net/http.Transport.connectMethodForRequest (method)

2 uses

	net/http (current package)
		transport.go#L581: 		cm, err := t.connectMethodForRequest(treq)
		transport.go#L847: func (t *Transport) connectMethodForRequest(treq *transportRequest) (cm connectMethod, err error) {